Click or drag to resize

ServiceTentativelyAcceptMeetingRequest Method (TentativelyAcceptItem, MessageDisposition, FolderId)

Tentatively accepts meeting request.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemInfoResponse TentativelyAcceptMeetingRequest(
	TentativelyAcceptItem tentativelyAcceptItem,
	MessageDisposition messageDisposition,
	FolderId sentItemsFolderId
)

Parameters

tentativelyAcceptItem
Type: Independentsoft.ExchangeTentativelyAcceptItem
The tentatively accept item.
messageDisposition
Type: Independentsoft.ExchangeMessageDisposition
Indicates the disposition mode.
sentItemsFolderId
Type: Independentsoft.ExchangeFolderId
The sent items folder identifier.

Return Value

Type: ItemInfoResponse
ItemInfoResponse.
See Also